home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.5 KB | 58 lines | [TEXT/MPS ] |
- /*
- File: PointingPlugin.idl
-
- Contains: Interface for Pointer Family Plugins
-
- Version: Technology: Copland
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __POINTINGPLUGIN_IDL__
- #define __POINTINGPLUGIN_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __NAMEREGISTRY_IDL__
- #include <NameRegistry.idl>
- #endif
- #ifndef __POINTING_IDL__
- #include <Pointing.idl>
- #endif
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- /**************** Calls Implemented By Plugins ****************/
- typedef OpaquePtr PTPluginValidateHardwarePtr;
- typedef OpaquePtr PTPluginInitializePtr;
- typedef OpaquePtr PTPluginTerminatePtr;
- typedef OpaquePtr PTPluginStartIOPtr;
- typedef OpaquePtr PTPluginStopIOPtr;
- typedef OpaquePtr PTPluginGetNextDataPtr;
- typedef OpaquePtr PTPluginGetDeviceModesPtr;
- typedef OpaquePtr PTPluginSetDeviceModesPtr;
- typedef SOMLargeStruct PTPluginHeader; /* Derived from a struct of 16 bytes in size */
-
- typedef SOMLargeStruct PTDeviceDispatchTable; /* Derived from a struct of 48 bytes in size */
-
- typedef OpaquePtr PTDeviceDispatchTablePtr; /* Substituted OpaquePtr for “PTDeviceDispatchTable*” */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __POINTINGPLUGIN_IDL__ */
-
-